home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00089.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-29
|
335 b
|
22 lines
property s
global webpages, currtitle
on beginSprite me
s = me.spriteNum
end
on prepareFrame me
if currtitle = 0 then
set the member of sprite s to "dim credits"
else
set the member of sprite s to "credits button"
end if
end
on mouseUp me
if currtitle = 0 then
exit
end if
sendAllSprites(#showcredits)
end